home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / hldevkit.lha / HotLinks_Developers_Kit / includes / proto / hotlinks.h
Encoding:
C/C++ Source or Header  |  1992-04-28  |  329 b   |  18 lines

  1. /*
  2.  * hotlinks.h - includes the prototype and pragma files
  3.  *
  4.  */
  5.  
  6. #ifndef HOTLINKS_HOTLINKSPROTOS_H
  7. #define HOTLINKS_HOTLINKSPROTOS_H 1
  8.  
  9. #ifndef HOTLINKS_HOTLINKS_PROTO_H
  10. #include <clib/hotlinks_protos.h>
  11. #endif
  12.  
  13. #ifndef HOTLINKS_HOTLINKS_PRAGMAS_H
  14. #include <pragmas/hotlinks_pragmas.h>
  15. #endif
  16.  
  17. #endif HOTLINKS_HOTLINKSPROTOS_H
  18.